This website works better with JavaScript
Главная
Обзор
Помощь
Регистрация
Вход
ck
/
XiuXianGame
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
01f95d8904
Ветки
Метки
GameFrameBasci
master
XiuXianGame
/
Assets
/
FlatKit
/
[Render Pipeline] URP
/
EditorAttributes
/
Core
/
ICustomAttribute.cs
ICustomAttribute.cs
98 B
История
Исходник
1
2
3
4
5
6
7
8
using System;
namespace ExternPropertyAttributes
{
public interface ICustomAttribute
{
}
}